8 / 30

2a) Built-in previous/next navigationURL copied

Vyasa now renders previous/next links automatically for markdown files that have visible sibling markdown files in the same folder.
The pager follows the same folder order Vyasa uses elsewhere, including .vyasa order, sort rules, and visibility filtering.

The pager is added under the rendered article and uses these selectors:

Copied
.vyasa-prev-next
.vyasa-prev-link
.vyasa-next-link

This is especially useful for books, tutorials, and long-form docs where each folder is a linear reading sequence.